Terminal - Shell Customization

MOC Linux

Created: 2022-07-24
Tags: #fleeting


Oh My Zsh is a framework for Zsh, the Z shell.

  • In order for Oh My Zsh to work, Zsh must be installed.
    • Please run zsh --version to confirm.
    • Expected result: zsh 5.0.8 or more recent
  • Additionally, Zsh should be set as your default shell.
    - Please run echo $SHELL from a new terminal to confirm.
    - Expected result: /usr/bin/zsh or similar
    - Make Zsh be default shell chsh -s $(which zsh)
    https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH

References